ocaml: add dependency to module metadata
authorIan Campbell <ian.campbell@citrix.com>
Thu, 6 Jan 2011 17:33:39 +0000 (17:33 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 6 Jan 2011 17:33:39 +0000 (17:33 +0000)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/ocaml/libs/eventchn/META.in
tools/ocaml/libs/log/META.in
tools/ocaml/libs/xb/META.in
tools/ocaml/libs/xc/META.in
tools/ocaml/libs/xs/META.in

index f3e01aa37447a9639781a0fbb0270e4fbe2f78e7..0da7372b41ecd060bbba1f487c9ff84317e1a516 100644 (file)
@@ -1,4 +1,5 @@
 version = "@VERSION@"
 description = "Eventchn interface extension"
+requires = "unix"
 archive(byte) = "eventchn.cma"
 archive(native) = "eventchn.cmxa"
index 5c3646a62169bbc311e6b94a4b6d02379f19b9e3..63fdc2f1237538fce95eeb4b8aa1ed638952e600 100644 (file)
@@ -1,4 +1,5 @@
 version = "@VERSION@"
 description = "Log - logging library"
+requires = "unix"
 archive(byte) = "log.cma"
 archive(native) = "log.cmxa"
index c041010c44a037cd968a42359470fbc6ee38a6c0..1f3ca385534c2369c477fdc28a70457a16adbb1c 100644 (file)
@@ -1,4 +1,5 @@
 version = "@VERSION@"
 description = "XenBus Interface"
+requires = "unix,mmap"
 archive(byte) = "xb.cma"
 archive(native) = "xb.cmxa"
index e46d7dd112f763c05d27c2280708fd05542eda1e..61fe61a8d4ca0b75f638f4a81ccba1d33208b11a 100644 (file)
@@ -1,4 +1,5 @@
 version = "@VERSION@"
 description = "Xen Control Interface"
+requires = "mmap,uuid"
 archive(byte) = "xc.cma"
 archive(native) = "xc.cmxa"
index 77d93b5969d36fa13766356e374c0a6284ead034..b0b721433bddebd2b9095ede3ae04cebafd5fcd7 100644 (file)
@@ -1,4 +1,5 @@
 version = "@VERSION@"
 description = "XenStore Interface"
+requires = "unix,xb"
 archive(byte) = "xs.cma"
 archive(native) = "xs.cmxa"